projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19cf2ec
)
Prepare v1.3.3-rc1
author
Wolfgang Denk
<
[email protected]
>
Fri, 25 Apr 2008 23:55:00 +0000
(
01:55
+0200)
committer
Wolfgang Denk
<
[email protected]
>
Fri, 25 Apr 2008 23:55:00 +0000
(
01:55
+0200)
Signed-off-by: Wolfgang Denk <
[email protected]
>
CHANGELOG
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/CHANGELOG
b/CHANGELOG
index 64adef90565f115a05d7895baf950a85b256483e..82fd6f8ecd1d17c4caffedb6b7aed6b5e5d52019 100644
(file)
--- a/
CHANGELOG
+++ b/
CHANGELOG
@@
-1,3
+1,22
@@
+commit 19cf2ec90d8ce52da60c1693693c4048cb810967
+Author: Wolfgang Denk <
[email protected]
>
+Date: Sat Apr 26 01:25:39 2008 +0200
+
+ post/Makefile: make sure to use the correct flags
+
+ ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
+ messages to be printed.
+
+ Signed-off-by: Wolfgang Denk <
[email protected]
>
+
+commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
+Author: Wolfgang Denk <
[email protected]
>
+Date: Sat Apr 26 00:34:42 2008 +0200
+
+ Coding Style cleanup, update CHANGELOG
+
+ Signed-off-by: Wolfgang Denk <
[email protected]
>
+
commit f9204e15173834ff8d123e36279ce49c3c6c74fc
Author: Magnus Lilja <
[email protected]
>
Date: Sun Apr 20 10:38:12 2008 +0200
diff --git
a/Makefile
b/Makefile
index 86e44d04522691666ae078ac0a19a1475d044bc7..4688a26d1749cfffbc4b11f413c66d41d266b8c8 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-23,8
+23,8
@@
VERSION = 1
PATCHLEVEL = 3
-SUBLEVEL =
2
-EXTRAVERSION =
+SUBLEVEL =
3
+EXTRAVERSION =
-rc1
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
VERSION_FILE = $(obj)include/version_autogenerated.h